body { 
	margin: 10px;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 10vh;
	overflow-x: hidden;
	font-family: helvetica;
	justify-content: center;

} 


.slider {
	position: relative;
	display: block;
	min-width: 100%;
	height: 95vh;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	justify-content:center;
	justify-self:center;
	
	
}

.mySlides {
	position: absolute;
	min-width: 100vw;
	min-height: 100vh;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	justify-content:center;


}

.mySlides img {
	margin:auto;
	min-width:100%;
	max-height:100vh;
	object-fit: cover;
	position:relative;
	justify-self:center;
	
}

/* Active slide */
.fade {
	opacity: 1 !important;
  }

  /* Ken Burns Effect */
  .kenburns {
	animation: kenburns 8s ease-in-out infinite alternate;
  }

  @keyframes kenburns {
	0% {
	  transform: scale(1.1);
	}
	100% {
	  transform: scale(1);
	}
  }


h1 {
	z-index: 1;
	color: #111111;	
	font-weight: 600;
	font-style: italic;
	font-size: 3.4em;
	text-align: center;
	text-decoration: none;
	width: 95vw;
	cursor: pointer;
	word-spacing: 2vw;
	transition: opacity 4s ease-in-out;
	justify-self:center;

		

 }
 
 h2  {
	 font-weight: bold;
	 font-size: 24px;
	 
 }

.container {
	display: block;
	min-width: 100%;
	text-align: justify;
	font-size: 16px;
	font-weight: 400;
	transition: opacity 1s ease-in-out;
	align-self: center;
	justify-items: center;
	color:#232323;

}

	.container p {
		width: 60vw;
		justify-content: center;
	}


a, a:visited, h1, h1 :visited, title {
	text-decoration: none;
	cursor: pointer;
	color:initial;
	
	}

p {
	line-height: 1.6;
	text-indent: 0;
	color:#2b2b2b;
}

.textbox {
	display: block;
	float:right;
	width: 70%;
	align-self: end;
	font-size: 14px;
	font-weight: 400;
	color: #020101;
	box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
	-webkit-box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
	-moz-box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
	margin-top: 20px;
	margin-bottom: 10vh;
	justify-self: center;
	text-align: left;
	padding:0;
}

.textbox-2 {
	display: inline-block;
	width: 80%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	justify-self: center;
	text-align: left;
	margin-top:3vh;
}

.textbox p {
	padding:0;
	margin:0;
}

	 #video {
		display:block;
		width:40vw;
		border:none;
		aspect-ratio: 3 / 2;
		align-self: center;
		justify-self:center;
		margin:5vw;
		box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
		-webkit-box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
		-moz-box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
	}


hr.solid {
  border-top: 1px solid;
  max-width: 50%;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
  margin-left: 25%;


}

.divider {
	font-size: 14px;
	display: flex;
	align-items: center;
	width: 70%;
	justify-self: center;
}

.divider::before, .divider::after {
  flex: 1;
  content: ' ';
  padding: 0.5px;
  background-color: black;
  margin: 5px;
}

.credits {
	display: block;
	justify-self: center;
	font-size: 12px;
	font-weight: 200;
	text-align: center;
	font-style: italic;
	padding-top: 10px;
	align-items: center;
	width: 80%;
	bottom: 0;
}


.logod {
	min-width: 100%;
	justify-content: center;
	justify-items:normal;
	justify-self: center;
	display: grid;
	grid-template-columns: repeat(5, min-content);
	align-items: center;
	grid-gap: 1vh;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo1 {
	max-width: 8vh;
	
}

.logo2 {
	max-width: 20vh;
}

.logo3 {
	max-width: 7vh;
	
}

.logo4 {
	max-width: 17vh;
}

.logo5 {
	max-width: 18vh;
}

.gallery {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-self:center;
	align-self:center;
	align-content:center;
	justify-content: center;
	margin-bottom: 2vh; 
	row-gap: 0;
	width:100%;
	object-fit:fill;
} 


.gallery img{
	display:block;
	width:40%;
	border:none;
	cursor: pointer;
	transition: 0.3s;
	align-self: center;
	justify-self:center;
	row-gap: 0;
	justify-self:center;
	object-fit:fill;
	
  }

.gallery img:hover {
	opacity: 0;
}


.close{
	position: fixed;
	color: #3E8DFF;
	font-size: 2rem;
	cursor: pointer;
	padding: 10px;
}


  /* The Modal (background) */
  .lightbox {
	display: none; 
	position: fixed; 
	z-index: 1; 
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	width: 100%; 
	height:100%;
	background:white;
  }
  
  /* Modal Content (image)   */
  .lightbox img{
		box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
		-webkit-box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
		-moz-box-shadow: -17px 16px 17px -3px rgba(62,141,255,0.55);
		height:85%;
		width:auto;
		left: 0;
		right:0;
		position: fixed;
		top: 0;
		bottom:0;
		margin:auto;
	 
  }

  
  /* Add Animation */
 .lightbox {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
	
	.tab-controls{
	  display: none;
	  justify-content: center;
	  @media screen and (min-width: 800px) {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		justify-self:center;
		margin-bottom: 3em;
		margin-top:3em;
		width:75%;

	  }
	  .tab-item{
		display: inline-block;
		width: auto;
	  }
	}
	
	/* ACCORDION */
	.tab-section {
		display:block;
	  	margin-bottom: 5em;
		margin-right: 2em;
	  	width: 95%;
	  	justify-self: center;
		justify-items: center;
		position:relative;
	  

	  .tab-item {
		.tab-title {
		  @media screen and (min-width: 800px) {
			display: none;
		  }
		}
	  }
	}

	.tab-item {
	  display: block;
	  width: 100%;
	  & .tab-title {
		display:block;
		color: #3E8DFF;
		background: none;
		border: none;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.02);
		cursor: pointer;
		margin: 5px;
		font-style: italic;
    	font-size: 20px;
    	font-weight: 700;
		text-align: center;
		justify-self:center;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		transition: 0.4s ease;
		width: 100%;
		
		&:hover , &.is-active {
		  color: #232323;
		}
		@media screen and (min-width: 800px) {
		  width: auto;
		  justify-self: center;
		}
	  }


	  .tab-content{
		box-sizing: border-box;
		display: none;
   		opacity: 0;
		padding: 0 2rem;
		position: relative;
		transition: 0.4s ease;
		visibility: hidden;
		width:100%;

		
		&.is-active {
		  display: block;
		  background: #f7f7f7;
		  max-width: 60vw;
		  height:auto;
		  visibility: visible;
		  opacity: 1;
		  margin-top: 5vh;
			padding-top: 2vh;
			padding-bottom:10vh;
			justify-self: center;
			position: relative;
			transition: max-height 0.2s ease-out;

			
		}


	  } 
	}
	
/* width */
::-webkit-scrollbar {
	width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: white; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: white;
	border-style: solid;
	border-color: #3E8DFF;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #3E8DFF; 
  }

	
@media 	(max-width:800px) {

	.tab-content {
		min-width:80%;
	}

	.container p {
		width:90%;
	}

	.textbox-1, .textbox-2 {
		width: 90%;
		justify-self: center;
		text-align-last: left;
	}

	#video iframe {
		width:100%;
		height:auto;
	}

	.lightbox img {
		width:80%;
		height:auto;
	}

	.gallery img {
		width:80%;
		height:auto;
	}

	.logod {
		display: none;
	}
}

